home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 01 / 3 / DISK0130.ZIP / UNIQUE.MAN < prev    next >
Text File  |  1983-09-07  |  463b  |  18 lines

  1. .im man.im
  2. .NM unique delete adjacent duplicate lines
  3. .SY unique
  4. .FU
  5. .ital unique
  6. writes to its output only the first line from each
  7. group of adjacent identical input lines.
  8. It is most useful for text that has been sorted to bring identical lines
  9. together; in this case it passes through only unique instances of input
  10. lines.
  11. .EG
  12. To eliminate duplicate lines in the output of a program:
  13. .Q1
  14. program }temp1
  15. sortf  {temp1 }temp2
  16. unique {temp2
  17. .Q2
  18.